home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / L-M / MacOberon 4.0 / MacOberon™ 4.0 Folder / Terminal.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1993-10-25  |  780 b   |  26 lines  |  [.Ob./.Ob5]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. LineElems
  5. Alloc
  6. Syntax10i.Scn.Fnt
  7. Terminal.Open Monaco9.Scn.Fnt ~
  8. Terminal.Start 9600 ~
  9. Terminal.OpenLog ~
  10. Terminal.Clear
  11. Terminal.Stop
  12. Terminal.Reset
  13. Terminal.Send 27 ~    ESC
  14. V24.Break
  15. VT100 Terminal emulation with logging capabilities.
  16. First, open the terminal, giving the name of the display font.
  17. Then, start the terminal process, giving terminal parameters.
  18. Any ASCII code can be sent via the Terminal.Send command.
  19. Terminal.Start { baudrate | parity | stopbits | charlength | mode} ~
  20.     baudrate = 1200 | 2400 | 4800 | 9600 | 19200 .
  21.     parity = even | odd | none .
  22.     stopbits = 1 | 2 .
  23.     charlength = 7 | 8 .
  24.     font = fontname .
  25.     mode = CR | CRLF .
  26.